SyTraceLog 
Logical Entity Name  SyTraceLog 
Default Table Name  SyTraceLog 
Physical Only  NO 
Definition 
 
Note 
 

SyTraceLog Columns 
ColumnName  Domain  Datatype  NULL  Definition 
tl_id(PK)    int  NO 
 
tl_datetime    datetime  NO 
 
tl_product    varchar(50)  YES 
 
tl_campusid    int  YES 
 
tl_userid    int  YES 
 
tl_server    varchar(50)  YES 
 
tl_port    smallint  YES 
 
tl_page    varchar(120)  YES 
 
tl_pageparameters    varchar(255)  YES 
 
tl_object    varchar(50)  YES 
 
tl_objectparameters    varchar(120)  YES 
 
tl_type    int  YES 
 
tl_description    varchar(50)  YES 
 
tl_message    varchar(1024)  YES 
 
tl_exceptioninfo    text  YES 
 
tl_durationfromlast    real  YES 
 
tl_durationfromstart    real  YES 
 
tl_extrainfo    text  YES 
 
ts    timestamp  NO 
 

SyTraceLog Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyTraceLog  PrimaryKey  tl_id 

SyTraceLog Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyTraceLog Check Constraints 
Check Constraint Name  CheckConstraint